Skip to content

[qmc] frustration-free: authenticated long-range percolation pilot - #278

Open
jiangweiqi001 wants to merge 102 commits into
QuantumBFS:mainfrom
jiangweiqi001:challenge/194-standalone
Open

[qmc] frustration-free: authenticated long-range percolation pilot#278
jiangweiqi001 wants to merge 102 commits into
QuantumBFS:mainfrom
jiangweiqi001:challenge/194-standalone

Conversation

@jiangweiqi001

Copy link
Copy Markdown

Summary

  • Implements a pinned q=1 long-range FK/percolation model with independent exact and geometric oracles, counter-based Philox RNG, an incremental Poisson/Newman–Ziff production engine, immutable artifacts, restart support, and cluster wrappers.
  • Provides an authenticated correctness package with 22,755 checks and records two completed exploratory campaigns: P0 plus extension v1, totaling 192 verified trajectories at L = 2^10, 2^14, 2^18.
  • Publishes a Chinese Challenge 194 report and deterministic SVG figures derived from hash-pinned evidence. The current selector identifies a transition-refinement window for sigma=0.8 and a crossover-refinement window for sigma=1.1; sigma=0.9 and 1.0 remain candidates for further grid refinement under the preregistered dual-estimator rule.

Scientific scope

This PR establishes and validates the model, simulation engine, HPC workflow, provenance chain, exploratory data, and deterministic window-selection analysis. It does not claim final eta, nu, finite-size scaling, confirmatory P1, or extension-v2 results.

Verification

  • Authenticated 120-cell correctness package: 22,755 checks
  • Full solution test suite on the source worktree: 835 passed
  • Report generator focused tests: 6 passed
  • Standalone branch matches the committed Challenge 194 source tree, excluding unrelated scratch-only records
  • git diff --check passes
  • Report SVG generation is byte-deterministic and source-hash checked

Team and challenge

Made with Cursor

Codex and others added 30 commits July 30, 2026 19:44
Pin the long-range percolation model, validation gates, scalable sampling strategy, and preregistered inference rules so later numerical claims remain reproducible and uncertainty-controlled.

Co-authored-by: Cursor <cursoragent@cursor.com>
Break the approved protocol into test-driven model, kernel, graph-oracle, exact-enumeration, and accelerated-sampler milestones with an independent acceptance gate.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Validate edges and labels are safe integer dtypes before int64 copy,
and add focused coverage for mutation safety, validation edges, and exports.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Use kappa*J rate-based closed (-rate) and open (log(-expm1(-rate)))
log weights instead of log1p(-p) on rounded probabilities.

Co-authored-by: Cursor <cursoragent@cursor.com>
Compute log_rate = log(kappa)+log(J) and use a stable helper for
log(1-exp(-exp(log_rate))) so saturated and underflowed rates both work.

Co-authored-by: Cursor <cursoragent@cursor.com>
Branch on log_rate before exponentiation with documented saturation,
underflow, and overflow thresholds; map -inf log mass to probability 0.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sample each distance class with geometric skipping so extreme kappa regimes avoid pairwise enumeration while preserving canonical edge coverage.

Co-authored-by: Cursor <cursoragent@cursor.com>
Add helper-level deterministic and statistical checks so the geometric sampler evidence catches boundary and marginal-distribution regressions.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Protect Day-0 kernel validation from sigma values that round the exponent back to one, so the model fails safely instead of reaching Hurwitz-zeta poles and NaNs. Add the final targeted regressions for geometry validation, kernel conventions, oracle exports, and the requested fix report.

Co-authored-by: Cursor <cursoragent@cursor.com>
Freeze the Numba-first event sampler, restartable artifacts, validation and performance gates, pilot protocol, cluster policy, and confirmatory analysis boundaries.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
codex and others added 30 commits July 30, 2026 19:44
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Require exact deeply verified P0 and extension roots plus the immutable protocol before combined evidence can authorize selection or P1.

Co-authored-by: Cursor <cursoragent@cursor.com>
Bind retained-snapshot aggregation back to the pinned extension run and progress hashes before combined evidence can reach selection or P1.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Present the authenticated pilot results, reproducible figures, and scientific boundaries without overstating incomplete scaling work.

Co-authored-by: Cursor <cursoragent@cursor.com>
Remove trailing whitespace so the isolated submission passes repository diff checks.

Co-authored-by: Cursor <cursoragent@cursor.com>
Lead with the authenticated engine, cluster trajectories, and reusable evidence chain while keeping unfinished scaling claims explicitly bounded.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants